home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
tetris.swf
/
scripts
/
frame_24
/
DoAction.as
Wrap
Text File
|
2001-11-21
|
322b
|
18 lines
ny = "0";
while(ny < "20")
{
ny += "1";
nx = "0";
while(nx < "10")
{
nx += "1";
if(eval("c" add (nx + "20") add (ny + "20")) == "1")
{
tellTarget("b" add (nx + "20") add (ny + "20"))
{
gotoAndStop(eval("/:lev") + "1");
}
}
}
}